home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 August (Alt)
/
CHIP 2005-08.1.iso
/
program
/
shareware
/
Flash_Oyunlar.exe
/
rocketbike.swf
/
scripts
/
DefineButton2_391
/
BUTTONCONDACTION on(keyPress Space).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-07-13
|
338 b
|
15 lines
on(keyPress "<Space>"){
with(_root)
{
if(!paused and mode[human] == "ground")
{
playsound("frenazo");
mytrack[human] = bikes[human]._y;
yvel[human] = -6;
xvel[human] *= 0.3;
mode[human] = "falling";
bikes[human].chase.b._rotation += 12;
}
}
}